home *** CD-ROM | disk | FTP | other *** search
/ Wild Blue Yonder 1: 50 Years of Gs & Jets / Wild Blue Yonder - Episode 1 - 50 Years of Gs and Jets (Digital Ranch) (Spectrum Holobyte)(1-107-40-101)(1994).iso / control / panel.dir / 00726_Script_726 < prev    next >
Text File  |  1994-08-29  |  282b  |  8 lines

  1. on indexTabJump V
  2.   global indexLetters, lineHeight, padTop
  3.   set letter = integer((V + (0.5 * lineHeight) - padTop)/lineHeight)
  4.   set letterFrame = marker(0) + ¼
  5.                     item 1 of line (letter+1) of field indexLetters
  6.   go to frame letterFrame
  7. end indexTabJump
  8.